| lcInterGetPoint | Home |
|
BOOL lcInterGetPoint ( int iPoint, double* pX, double* pY ); |
| iPoint | |
| Zero-based index of a point. | |
| pX pY | |
| Pointers to variables that will receive point coordinates. | |
| If the function succeeds, the return value is nonzero (TRUE). |
| lcIntersection, Code sample |